Welcome![Sign In][Sign Up]
Location:
Search - java encryption algorithms

Search list

[Windows DevelopDES_java1234

Description: des算法简单实现。它以64位的明文和56位的密钥作为输入,通过DES加密运算产生64位密文输出。其解密过程利用同以密钥和算法将密文还原成明文。因为java语言的安全性&网络处理能力强,所以就利用了java语言编写-des simple algorithm to achieve. It's expressly 64 and 56 as the key input, through DES encryption algorithms have 64 ciphertext output. Its use decryption process with a key and cipher algorithm reduced explicitly. Java language because of the security & network processing capability, on the use of the Java language
Platform: | Size: 6964 | Author: leae | Hits:

[Crack Hackjava安全性源代码

Description: java的加密解密 des aes rsa等算法-des encryption and decryption algorithms such as Aes rsa
Platform: | Size: 776692 | Author: | Hits:

[Crack HackCryptExtensions1.0

Description: 含有常用的一些加密标准算法实现- Includes the commonly used some encryption standard algorithms to realize
Platform: | Size: 172032 | Author: 站长 | Hits:

[Crack Hackrsa_ql

Description: 用java语言编写的rsa加密解密算法,能够自己选择密钥的位数。-prepared by the rsa encryption and decryption algorithms, keys to their choice of the median.
Platform: | Size: 5120 | Author: 秦雷 | Hits:

[Crack HackjavaCipher

Description: 一个基于java平台的DES加密解密算法,key保存在文件中,KeyManager.java是该加密解密算法的使用范例-a java-based platform DES encryption and decryption algorithms, key stored in documents, KeyManager.java the encryption and decryption algorithms use examples
Platform: | Size: 2048 | Author: 吴绪林 | Hits:

[Crack HackSetSec

Description: 一个运用J2ME的编程技术在手机里实现了加密与解密的经典算法,-a J2ME application programming technology in mobile phones achieved the encryption and decryption of the classic algorithms,
Platform: | Size: 8192 | Author: 李倩 | Hits:

[Crack Hacksource

Description: Java实现传统算法加密解密,包括单表代换,PLAYFAIR,维吉尼亚算法。-Java realize traditional encryption and decryption algorithms, including single-table substitution, PLAYFAIR, Virginia algorithm.
Platform: | Size: 41984 | Author: 王能 | Hits:

[CA authRSA

Description: :RSA 是最广泛的公钥算法,从程序实现的主要思想、算法分析及流程说明、实验环境要求描述、运行 和结果、运行效率分析和程序源代码六方面介绍运用java程序实现RSA加密算法,要求输入明文的二进制位数 不少于1024。-: RSA public key is the most widely algorithm, from the process to achieve the main ideas, algorithms and processes that describe the experimental environmental requirements, operation and results, operational efficiency analysis and source code six introduce the use of java program RSA encryption algorithm, expressly asked to enter the binary digits of not less than 1024.
Platform: | Size: 160768 | Author: 王功臣 | Hits:

[JSP/JavaPlayfair

Description: playfair加密解密算法 其中i与q绑定在一起希望大家能够喜欢-Playfair encryption and decryption algorithms and q which i hope that we can bind together like
Platform: | Size: 2048 | Author: 刘勋 | Hits:

[JSP/JavaFileEncryptor

Description: java写的文件加密算法,我自己找的,忙帮该一下-java write file encryption algorithms, to find my own, and is busy helping the click
Platform: | Size: 19456 | Author: 赵欢 | Hits:

[JSP/Java222jfilecrypt

Description: 很强的JAVA加密、解密算法源码,一共有6种算法可供选择,另外还可以直接生成ZIP压缩文件。 -JAVA strong encryption, decryption algorithm source, a total of six kinds of algorithms to choose from, also can directly generate ZIP compressed file.
Platform: | Size: 26624 | Author: lb | Hits:

[Crack HackJavaApp-SSA

Description: Java Application for testing Encryption/Decryption of several algorithms: Ceaar, Vigenere, a custom make alg (key + permutation of elements)-Java Application for testing Encryption/Decryption of several algorithms: Ceaar, Vigenere, a custom make alg (key+ permutation of elements)
Platform: | Size: 31744 | Author: johnny | Hits:

[JSP/Javaopenstego-0.5.2

Description: 是一种用JAVA执行的generic steganography工具,基于支持数据密码,并为各种算法提供插件-OpenStego is a tool implemented in Java for generic steganography, with support for password-based encryption of the data. It supports plugins for various steganographic algorithms
Platform: | Size: 291840 | Author: 谢永胜 | Hits:

[JSP/JavaBlowfish

Description: JAVA中的Blowfish加密属于对称密钥算法,如果知道密钥,则可以对加密后的数据解密,但如果如果不知道密钥,基本上是不可能的,因此,这就决定了它的先天不足,就是带来的密钥的管理问题。 -JAVA The Blowfish symmetric key encryption algorithms are, if you know the key, you can decrypt the encrypted data, but if if you do not know the key, it is basically impossible, therefore, which determines its defects, is brought about key management issues.
Platform: | Size: 10240 | Author: 曹海林 | Hits:

[Crack HackFileEncrypter

Description: 三重DES加密解密算法,可以加密解密各种文件,有界面源码-Triple DES encryption and decryption algorithms, encryption and decryption can be a variety of document, source interface
Platform: | Size: 3072 | Author: 吴萤 | Hits:

[JSP/Javades_java

Description: 一个DES的加密解密算法完整实现 包括S盒等重要实现,另外此程序还实现了文件数据流的加密解密 DESAlgorithm.java DesHelper.java DESStream.java // des算法初始置换表ip public static final int[] IP = { 58, 50, 42, 34, 26, 18, 10, 2, 60, 52, 44, 36, 28, 20, 12, 4, 62, 54, 46, 38, 30, 22, 14, 6, 64, 56, 48, 40, 32, 24, 16, 8, 57, 49, 41, 33, 25, 17, 9, 1, 59, 51, 43, 35, 27, 19, 11, 3, 61, 53, 45, 37, 29, 21, 13, 5, 63, 55, 47, 39, 31, 23, 15, 7 } // des算法终结置换表ip-1 public static final int[] IP_1 = { 40, 8, 48, 16, 56, 24, 64, 32, 39, 7, 47, 15, 55, 23, 63, 31, 38, 6, 46, 14, 54, 22, 62, 30, 37, 5, 45, 13, 53, 21, 61, 29, 36, 4, 44, 12, 52, 20, 60, 28, 35, 3, 43, 11, 51, 19, 59, 27, 34, 2, 42, 10, 50, 18, 58, 26, 33, 1, 41, 9, 49, 17, 57, 25 } 等-A DES, encryption and decryption algorithms, including the full realization of S boxes and other important implementation, the program also implements other file data stream encryption and decryption DESAlgorithm.java DesHelper.java DESStream.java // des算法初始置换表ip public static final int[] IP = { 58, 50, 42, 34, 26, 18, 10, 2, 60, 52, 44, 36, 28, 20, 12, 4, 62, 54, 46, 38, 30, 22, 14, 6, 64, 56, 48, 40, 32, 24, 16, 8, 57, 49, 41, 33, 25, 17, 9, 1, 59, 51, 43, 35, 27, 19, 11, 3, 61, 53, 45, 37, 29, 21, 13, 5, 63, 55, 47, 39, 31, 23, 15, 7 } // des算法终结置换表ip-1 public static final int[] IP_1 = { 40, 8, 48, 16, 56, 24, 64, 32, 39, 7, 47, 15, 55, 23, 63, 31, 38, 6, 46, 14, 54, 22, 62, 30, 37, 5, 45, 13, 53, 21, 61, 29, 36, 4, 44, 12, 52, 20, 60, 28, 35, 3, 43, 11, 51, 19, 59, 27, 34, 2, 42, 10, 50, 18, 58, 26, 33, 1, 41, 9, 49, 17, 57, 25 } and so on
Platform: | Size: 11264 | Author: 不死鸟 | Hits:

[Crack Hacksecuriconn

Description: 一种安全连接传送的框架,用java实现,加密算法是DES和RSA,传输内容进行了基—64转换-A secure connection to send the frame, with the java implementation, encryption algorithms are DES and RSA, transfer the contents of the base conversion-64
Platform: | Size: 47104 | Author: 赵士达 | Hits:

[Data structstwofish_csharp

Description: twofish算法的C#实现twofish是当今最流行的五种算法之一,一般在java开发中最流行,C#中有很多加密算法,twofish可以作为系统的算法之一,供有兴趣的朋友一起研究-twofish twofish C# implementation of the algorithm is the most popular one of the five algorithms, the general development of the most popular in java, C#, there are many encryption algorithms, twofish algorithm can be used as one of the system, for the interested friends of
Platform: | Size: 50176 | Author: 赵露露 | Hits:

[Crack Hackbouncycastle

Description: bouncycastle 一个开源的 java 包,可以提供一些加密算法的实现. 使用这个包进行 DES AES RSA SHA ECG SHA MD5 等加密算法 .算法不像jre里面哪有有限制,是可以使用 256 位密钥 android 里面的加密算法就是使用这个包 ! 适合一些不想依赖于 jre 加密实现的或者没有该环境的软件 .-<bouncycastle> an open source java package can provide encryption algorithm implementation using this package for AES and other encryption algorithms can use the 256 key android inside the encryption algorithm is the use of this package!
Platform: | Size: 1707008 | Author: crw | Hits:

[JSP/JavaJava--(ChinaSEI)

Description: 本书由 软工学苑 郭克华 著作 《JAVA 加密解密方法大全》 该书详细讲解了,对称加密算法,非对称加密算法,以及单向加密算法等... -The book by the soft labor Academy Guo Kehua book " JAVA encryption and decryption methods Daquan" The book explains in detail, symmetric encryption algorithms, asymmetric encryption algorithms, as well as a one-way encryption algorithm ...
Platform: | Size: 252928 | Author: NEWER_DRAGON[L] | Hits:
« 1 23 4 »

CodeBus www.codebus.net